Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab117a3f47
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| branches: | ||
| - master |
There was a problem hiding this comment.
Listen for pushes on
main instead of master
I checked the refs in this checkout and the long-lived branch here is main (refs/heads/main exists, while refs/heads/master does not). Because this workflow only subscribes to push events on master, normal merges into the branch maintainers are using will never run changesets/action, so the release PR will only move forward if someone remembers to trigger it manually.
Useful? React with 👍 / 👎.
Summary
changesets/actiononmasterpushes and manual dispatchpnpm run version-packagesCHANGELOG.mdso the changesets action can read and update changelog output without failing